code_checker v2.0.0 (2021-09-30T20:27:54Z)
Dub
Repo
FileFilter
code_checker
engine
file_filter
Undocumented in source.
@
safe
struct
FileFilter {
import
std
.
array
:
array
;
;
import
std
.
algorithm
:
map
;
;
Regex
!
char
[]
exclude
;
this
(string[] raw_regex);
bool
match
(string fname);
}
Constructors
this
this
(string[] raw_regex)
Undocumented in source.
Members
Functions
match
bool
match
(string fname)
Variables
exclude
Regex
!
char
[]
exclude
;
Undocumented in source.
Meta
Source
See Implementation
code_checker
engine
file_filter
functions
fileFilter
matchAny
structs
FileFilter